Release 10.1A: OpenEdge Development:
Java Open Clients
Typical cycle for ProDataSet updates
ProDataSet updates generally follows a typical pattern in the round trip from AppServer to client:
- The Java client initially obtains the ProDataSet from the AppServer as a working
ProDataGraph.- The client makes changes to the working
ProDataGraph, and sends those changes back to the AppServer.- The AppServer matches the records in its changed ProDataSet back to the original data source, verifies if records were changed by other users, and resolves any conflicts.
- The AppServer then applies the changes to the data source and passes back to the Java client the final versions of records that may have been further changed in another ProDataSet, along with any errors.
- The Java client then handles any errors in the returned
ProDataGraphand merges the final versions of data in thisProDataGraphinto its workingProDataGraph.- The client continues with Step 2 and the cycle repeats until done.
The rest of this section describes how you can manage the
ProDataGraphthroughout this update cycle.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |